ImageStorage.width

Gets the width of the image

  1. size_t width [@property getter]
  2. size_t width [@property getter]
    interface ImageStorage(Color)
    @property @nogc nothrow @safe shared
    size_t
    width
    ()
    if (
    isColor!Color
    )

Meta